OAuth2ConsentChallenge
No description
type OAuth2ConsentChallenge {
client: OAuth2ClientInfo!
requestedScopes: [String!]!
skip: Boolean!
}
Fields
OAuth2ConsentChallenge.client
● [OAuth2ClientInfo!
](/Incidite GraphQL Docs/types/objects/oauth-2-client-info.mdx) non-null object
OAuth2ConsentChallenge.requestedScopes
● [[String!]!
](/Incidite GraphQL Docs/types/scalars/string.mdx) non-null scalar
OAuth2ConsentChallenge.skip
● [Boolean!
](/Incidite GraphQL Docs/types/scalars/boolean.mdx) non-null scalar
Returned By
[oauth2ConsentChallenge
](/Incidite GraphQL Docs/operations/queries/oauth-2-consent-challenge.mdx) query